home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSETDEFAULTSESSIONDLG / TSETDEFAULTSESSIONDLG.txt
Text File  |  2005-06-02  |  1KB  |  61 lines

  1. object SetDefaultSessionDlg: TSetDefaultSessionDlg
  2.   Left = 501
  3.   Top = 240
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 16
  6.   Caption = 'Mettre la session par d'#233'faut'
  7.   ClientHeight = 128
  8.   ClientWidth = 268
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 268
  24.     Height = 26
  25.     Align = alTop
  26.     Caption = 
  27.       'Positionner les r'#233'glages par d'#233'faut pour utiliser une nouvelle s' +
  28.       'ession vide.'
  29.     WordWrap = True
  30.   end
  31.   object UseCurrentBtn: TButton
  32.     Left = 0
  33.     Top = 40
  34.     Width = 265
  35.     Height = 23
  36.     Caption = 'Positionner les r'#233'glages actuels comme d'#233'faut'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 0
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 192
  43.     Top = 104
  44.     Width = 73
  45.     Height = 23
  46.     Cancel = True
  47.     Caption = 'Annuler'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object UseDefaultsBtn: TButton
  52.     Left = 0
  53.     Top = 72
  54.     Width = 265
  55.     Height = 23
  56.     Caption = 'Revenir aux valeurs par d'#233'faut du programme'
  57.     ModalResult = 4
  58.     TabOrder = 2
  59.   end
  60. end
  61.